How to replace broken image CSS

32

<img src="Main image URL"  onError="this.onerror=null;this.src='default image URL';" />

Comments

Submit
0 Comments